home *** CD-ROM | disk | FTP | other *** search
/ Young Minds / Young Minds Interactive CD-ROM.ISO / conquest / run < prev    next >
Encoding:
Text File  |  1987-10-26  |  256 b   |  15 lines

  1. #RUN CONQUEST WHEN AT COMMAND DOES NOT EXIST
  2. #date 
  3. #while [ 1 ] 
  4. #do  
  5. #$(EXECUTABLE)/conquest -x 
  6. #/bin/sleep 86400 
  7. #done 
  8.  
  9. #please read up on the at command,  this now, and 24 hours from the time run.
  10. date 
  11. conquest -x
  12. at now+1day << 'EOF' 
  13.     run
  14. EOF; 
  15.